home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / driving_home_at_easter.swf / scripts / DefineButton2_76 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2011-01-13  |  122b  |  9 lines

  1. on(release){
  2.    gotoAndStop(75);
  3.    tellTarget("/grad")
  4.    {
  5.       gotoAndStop("position1");
  6.       play();
  7.    }
  8. }
  9.